feat: add Homebrew formula and cask for distribution#329
Closed
feat: add Homebrew formula and cask for distribution#329
Conversation
Add Homebrew distribution files for MCPProxy: - Formula (homebrew/Formula/mcpproxy.rb): builds CLI from source with Go + Node.js, embeds frontend web UI, includes service block and test block - Cask (homebrew/Casks/mcpproxy.rb): installs signed/notarized tray app DMG with PKG installer, supports both arm64 and amd64 - Update script (homebrew/update-formula.sh): automates version bumps by downloading assets and computing SHA256 hashes - README with tap setup instructions and homebrew-core/homebrew-cask submission guide All SHA256 hashes are computed from real v0.20.2 release assets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Deploying mcpproxy-docs with
|
| Latest commit: |
f5905ed
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://2be85450.mcpproxy-docs.pages.dev |
| Branch Preview URL: | https://worktree-agent-a852764a.mcpproxy-docs.pages.dev |
📦 Build ArtifactsWorkflow Run: View Run Available Artifacts
How to DownloadOption 1: GitHub Web UI (easiest)
Option 2: GitHub CLI gh run download 22897271117 --repo smart-mcp-proxy/mcpproxy-go
|
Member
Author
|
Closing — formula/cask files should live only in the tap repo (smart-mcp-proxy/homebrew-mcpproxy), not in the main project repo. This is universal standard practice (gh, lazygit, tailscale, etc. all do it this way). Will push these files to the tap repo instead. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
homebrew/Formula/mcpproxy.rb) for CLI-only installation viabrew installhomebrew/Casks/mcpproxy.rb) for tray app installation viabrew install --caskhomebrew/update-formula.shautomation script for release updateshomebrew/README.mdwith tap setup and homebrew-core submission guideDetails
go+nodedependencies, includesbrew servicessupportsmart-mcp-proxy/homebrew-mcpproxytap and eventual homebrew-core submission (155 stars > 75 threshold)Test plan
brew auditbrew auditbrew installfrom local tapbrew install --caskfrom local tap🤖 Generated with Claude Code